iT邦幫忙

2019 iT 邦幫忙鐵人賽

DAY 18
0
自我挑戰組

What a good thing we lose? What a bad thing we knew?系列 第 18

【Day 18】在Visual Studio 2017 利用 Entity Framework 快速建立留言板

  • 分享至 

  • xImage
  •  

大家好,今天跟大家一起學習快速建置一個留言板。

Step 1. 建立留言板的資料庫

CREATE TABLE [dbo].[GuestBook]
(
    [Id] INT NOT NULL PRIMARY KEY IDENTITY, 
    [Name] NVARCHAR(50) NULL, 
    [Email] NVARCHAR(50) NULL, 
    [Content] NVARCHAR(100) NULL
)

https://ithelp.ithome.com.tw/upload/images/20181101/20112000uOosugWQaQ.png

Step 2. 建立Model
https://ithelp.ithome.com.tw/upload/images/20181101/20112000G1iZYuIzKn.png

https://ithelp.ithome.com.tw/upload/images/20181101/201120001PLUVeuwkB.png

https://ithelp.ithome.com.tw/upload/images/20181101/20112000WB6EQxddN3.png

https://ithelp.ithome.com.tw/upload/images/20181101/20112000mZL0cQ27t5.png

https://ithelp.ithome.com.tw/upload/images/20181101/20112000dO1mkxFyrs.png

https://ithelp.ithome.com.tw/upload/images/20181101/20112000z2MzcW2RsA.png

建立成功後,畫面:

https://ithelp.ithome.com.tw/upload/images/20181101/201120005qQNGRNjg7.png

*記得先建置專案

Step 3. 利用 Entity Framework 快速建立 Controller 以及 View

https://ithelp.ithome.com.tw/upload/images/20181101/20112000KIPc7BpBkb.png

https://ithelp.ithome.com.tw/upload/images/20181101/20112000qIVWHA7Jnl.png

Step 4. 快速產生 新增 刪除 修改 首頁 的畫面

https://ithelp.ithome.com.tw/upload/images/20181101/20112000P1XHQTNcwp.png

Step 5. Demo

新增頁面

https://ithelp.ithome.com.tw/upload/images/20181101/20112000ChPsl6bIFB.png

首頁頁面

https://ithelp.ithome.com.tw/upload/images/20181101/20112000RzWovUsrLT.png

修改頁面

https://ithelp.ithome.com.tw/upload/images/20181101/201120009qfOt1OUmz.png

細節頁面

https://ithelp.ithome.com.tw/upload/images/20181101/20112000zTb2ByuVLV.png

刪除頁面

https://ithelp.ithome.com.tw/upload/images/20181101/20112000EBAs6nsFQU.png


上一篇
【Day 17】在Visual Studio 2017 寫一個網址解析器
下一篇
【Day 19】憑證填充 (Credential Stuffing) 攻擊
系列文
What a good thing we lose? What a bad thing we knew?30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言